This repository contains a Jupyter Notebook designed to automate the search for exploit information related to specific product names, versions, or CVE IDs. The notebook queries multiple well-known security resources and aggregates results for vulnerability management and threat intelligence purposes.
- Search for exploits by:
- Product Name (e.g., "Apache Tomcat")
- Version (e.g., "9.0.58")
- CVE ID (e.g., "CVE-2024-1234")
- Supported sources include:
- Python 3.7 or later
- Required libraries:
requestsbeautifulsoup4pandasnotebook
Install dependencies using:
pip install -r requirements.txt